home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Fight / fightingschool.swf / scripts / frame_117 / DoAction.as
Text File  |  2006-06-09  |  262b  |  24 lines

  1. enecnt = 3;
  2. stepcnt = 50;
  3. with(ene1)
  4. {
  5.    ACTION = true;
  6.    _x = 550;
  7.    _y = 200;
  8.    hp = 30;
  9. }
  10. with(ene2)
  11. {
  12.    ACTION = true;
  13.    _x = 590;
  14.    _y = 200;
  15.    hp = 30;
  16. }
  17. with(ene3)
  18. {
  19.    ACTION = true;
  20.    _x = -50;
  21.    _y = 200;
  22.    hp = 80;
  23. }
  24.